Simple Quests
Simple Quests is a minecraft mod that provides the ability to create server side quests. Thus this mod is not needed on the client. The mod by itself does NOT add any quests and instead requires you to define them yourself via datapacks.
You can see an example of a quest datapack under https://github.com/Flemmli97/SimpleQuests/tree/HEAD/Example-Datapack,
or other version branch under /Example-Datapack directory.
Tools
Writing jsons by hand is error prone and cumbersome. To help with that there are 2 ways:
-
Using the custom datapack generator found under https://flemmli97.github.io/misode.github.io/.
Afterwards go toModded Generators -> Quests or Quest Category.
Bugs with custom generators should be reported under https://github.com/Flemmli97/misode.github.io! -
If using code the mod provides datagen providers too which you can use (See Data generation)
Devs
If you are a dev and want to add more quests/tasks etc. to the mod head on over to Setup.
Updating to 2.0.0
2.0.0 introduced various breaking changes. You can use https://flemmli97.github.io/misode.github.io/simplequests_convert/ to convert your old datapacks to the new formats